Advanced Settings

Note: The following options depend on the connection server type and sort in ascending order.

Cipher Name

Choose the encryption algorithm when connecting to an encrypted SQLite database.

Client Character Set

Choose the session client character set used in Navicat Data Modeler.

Client Driver Version

Choose the client driver used to connect the server. If the default driver does not work, you can change this setting to Legacy.

Compatibility

Enable the Compatibility tab for setting the compatibility mode for MySQL connection.

Connection Parameters

Enter advanced parameters that don't have an equivalent option exposed in any other tab, e.g. Trusted_Connection=yes;ApplicationIntent=ReadOnly;

Encoding

Choose a codepage for converting data to display in Navicat Data Modeler UI.

Encrypt

Enable this option and provide Password when connecting to an encrypted SQLite database.

Initial Queries

Specify the initial query commands to be executed when connecting to the server.

Keepalive interval (sec)

Keep the connection with the server alive by pinging it. You can set the period between pings in the edit box.

Limit connection sessions

Specify the maximum number of concurrent connections that the server allows.

Retryable Reads

Disable this option to specify "retryReads=false" in the connection string.

Retryable Writes

Disable this option to specify "retryWrites=false" in the connection string.

TDS Version

Choose the TDS protocol version supported by your server if the connection runs into an incompatibility.

Use compression

Use compression protocol. It is used if both client and server support zlib compression, and the client requests compression.

Use socket file

Use socket file for localhost connection.